home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2003 October / PCNET_CD_2003_10_1.iso / surpriz / bubblewrap.swf / scripts / DefineButton2_145 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-08-19  |  189 b   |  10 lines

  1. on(release){
  2.    click = new Sound();
  3.    click.attachSound("must-have-more");
  4.    click.start();
  5.    _root.gotoAndStop(1);
  6.    enableSheet(true);
  7.    restartTimer();
  8.    resetSheet();
  9. }
  10.